You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TVec Class > TVec Methods > Concat Method > TVec.Concat Method (int, [In] TVec[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TVec.Concat Method (int, [In] TVec[])

Copies the contents of all TVec objects from the Src array to the calling vector elements, starting with at Index.

Syntax
C#
Visual Basic
public TVec Concat(int Index, [In] TVec[] Src);

The Length and TMtxVec.Complex properties of the calling vector must be set explicitly. An exception is raised, if Complex properties of TVec objects do not match or if the sum of Length's exceeds the Length property of the calling object.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!